home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 1938 / GAMES.BAT < prev    next >
DOS Batch File  |  1992-09-24  |  1KB  |  40 lines

  1. echo off
  2. rem EGA Games: Menu batch file, SPETER Software.
  3. rem ----- handle game selection on command line
  4. if .%1==%1. goto begin
  5. if %1==a conquest conquest.ini
  6. if %1==d pokersq cards.tpg
  7. if %1==c squasher squasher.ini
  8. if %1==d aliens
  9. if %1==e walkline
  10. if %1==f walklin2
  11. if %1==g hypocycl
  12. if %1==x goto end
  13. :begin
  14. echo 
  15. copyrect games.scr 0 0 0
  16. getmouse 3 4 24 12 AaBbCcDdEeFfGgXx 5 9
  17. :skip_inkey
  18. rem ---- letter entry
  19. if errorlevel 215 goto end
  20. if errorlevel 213 hypocycl
  21. if errorlevel 211 walklin2
  22. if errorlevel 209 walkline
  23. if errorlevel 207 aliens
  24. if errorlevel 205 squasher squasher.ini
  25. if errorlevel 203 pokersq cards.tpg
  26. if errorlevel 201 conquest conquest.ini
  27. rem ---- mouse entry
  28. if errorlevel 112 goto end
  29. if errorlevel 110 hypocycl
  30. if errorlevel 109 walklin2
  31. if errorlevel 108 walkline
  32. if errorlevel 107 aliens
  33. if errorlevel 106 squasher squasher.ini
  34. if errorlevel 105 pokersq cards.tpg
  35. if errorlevel 104 conquest conquest.ini
  36. goto begin
  37. :end
  38.  echo 
  39.  cls
  40.